home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / mapl0301.zip / XPORTMSG.STB < prev   
Text File  |  1993-03-01  |  540b  |  20 lines

  1. ' $linesize:132
  2. ' $title: ' SUB for Maple Street Version of RBBS-PC to Xport a message'
  3. ' $INCLUDE: 'RBBS-VAR.MOD'
  4. '
  5. ' $SUBTITLE: 'MsgXport - Xport Message to file'
  6. ' $PAGE
  7. '
  8. '  SUBPROGRAM NAME    -- XportMsg
  9. '
  10. '  INPUT PARAMETERS   --     PARAMETER  ???                 MEANING ???
  11. '
  12. '  OUTPUT PARAMETERS  --  ???
  13. '
  14. '  SUBPROGRAM PURPOSE --  Stub File to remove MsgXport feature
  15. '
  16. 10    SUB MsgXport (Mto$,Mfro$,SUbj$,CurMess) STATIC 
  17.  
  18.      Call QuickTput1 ( "Message Xport Not Availble")
  19.     Call DelayTime (3)
  20. End Sub